* net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV (tiny change)
authorWilliam Parsons <wbparsons@alum.mit.edu>
Fri, 16 Aug 2013 07:17:33 +0000 (00:17 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 16 Aug 2013 07:17:33 +0000 (00:17 -0700)
lisp/ChangeLog
lisp/net/ange-ftp.el

index d3563969655eeb4c02f36d8764202e381fb11947..fa21c19233d7666175c884d29df43493c63da2ce 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
+
+       * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
+
 2013-08-16  Glenn Morris  <rgm@gnu.org>
 
        * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
index b8e279be91bfaf67d1f4063902bd7b1ae9cdb07a..17c532688aca0e744ba7b0b44073042f0644bed3 100644 (file)
@@ -723,7 +723,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
           "^504 Unknown security mechanism\\|"
          "^530 Please login with USER and PASS\\|" ; non kerberized vsFTPd
          "^534 Kerberos Authentication not enabled\\|"
-         "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")
+         "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT\\|^500 .*EPSV")
   "Regular expression matching FTP messages that can be ignored."
   :group 'ange-ftp
   :type 'regexp)